Skip to content

build: Update module github.com/go-git/go-git/v6 to v6.0.0-alpha.4#62

Open
go-git-renovate[bot] wants to merge 2 commits into
mainfrom
renovate/go-git
Open

build: Update module github.com/go-git/go-git/v6 to v6.0.0-alpha.4#62
go-git-renovate[bot] wants to merge 2 commits into
mainfrom
renovate/go-git

Conversation

@go-git-renovate
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/go-git/go-git/v6 v6.0.0-alpha.3.0.20260512141313-533ba09d9588v6.0.0-alpha.4 age confidence

Release Notes

go-git/go-git (github.com/go-git/go-git/v6)

v6.0.0-alpha.4

Compare Source

What's Changed

New Contributors

Full Changelog: go-git/go-git@v6.0.0-alpha.3...v6.0.0-alpha.4


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@go-git-renovate go-git-renovate Bot requested a review from pjbgf as a code owner May 19, 2026 08:25
@go-git-renovate go-git-renovate Bot requested a review from aymanbagabas as a code owner May 19, 2026 08:25
Signed-off-by: go-git-renovate[bot] <245267575+go-git-renovate[bot]@users.noreply.github.com>
@pjbgf
Copy link
Copy Markdown
Member

pjbgf commented May 26, 2026

@copilot Fix the build issue:

cmd/gogit/show-index.go:32:28: cannot use in (variable of interface type io.Reader) as "github.com/go-git/go-git/v6/plumbing/format/idxfile".Input value in argument to idxfile.NewDecoder: io.Reader does not implement "github.com/go-git/go-git/v6/plumbing/format/idxfile".Input (missing method Stat)

Copy link
Copy Markdown
Contributor

Copilot AI commented May 26, 2026

@copilot Fix the build issue:

cmd/gogit/show-index.go:32:28: cannot use in (variable of interface type io.Reader) as "github.com/go-git/go-git/v6/plumbing/format/idxfile".Input value in argument to...

Fixed in 0e358b3. show-index now adapts stdin to the new idxfile.Input API by buffering input and supplying a valid Stat() size, so it builds and runs correctly with go-git/v6.0.0-alpha.4.

Copilot finished work on behalf of pjbgf May 26, 2026 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants